@charset "utf-8";
/* CSS Document */
/*
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
*/
.container{
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}
.shadow{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: .9;
	background: #000;
	left: 0;
	top: 0;
	z-index: 1;
}
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menubut,
.menuclose{
	display: none;
}
.homepage1 .swiper-wrapper,
.homepage .swiper-wrapper{
	height: 100% !important;
}
.homepage1 .swiper-container,
.homepage1 .swiper-slide,
.homepage,
.homepage .swiper-slide{
	height: 100% !important;
	overflow: hidden;
	position: relative;
}
.homepage .pagination-homepage{
	position: absolute;
	right: 5%;
	width: 10px;
	top: 50%;
	text-align: center;
	z-index: 9;
	left: auto;
	bottom: auto;
}
.homepage .pagination-homepage .swiper-pagination-bullet{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 0 12px 0;
	background: #fff;
	cursor: pointer;
	opacity: .5;
}
.homepage .pagination-homepage .swiper-pagination-bullet:last-child{
	margin: 0;
}
.homepage .pagination-homepage .swiper-pagination-bullet-active{
	opacity: 1;
}

.header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	border-bottom: 1px solid rgba(255,255,255,.3);
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.header .container{
	max-width: none;
	width: 84%;
	justify-content: flex-end;
}

.header .logo{
	width: 386px;
	margin: 13px auto 13px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu>li{
	display: block;
	line-height: 100px;
}
.menu>li>a{
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	margin: 0 10px;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu>li>a::after{
	width: 0;
	height: 3px;
	background: #007ccb;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu>li:hover>a::after,
.menu>li.this>a::after{
	width: 100%;
	left: 0;
	opacity: 1;
}

.searchform{
	padding: 0 15px 0 20px;
	background: rgba(255,255,255,.16);
	border-radius: 20px;
	margin: 0 30px 0 30px;
}
.stext{
	width: 140px;
	height: 40px;
	background: none;
	border: none;
	font-size: 14px;
	color: #fff;
}
.stext::-webkit-input-placeholder{		color: #fff;}
.stext::-moz-input-placeholder{			color: #fff;}
.stext::-ms-input-placeholder{			color: #fff;}
.stext::-o-input-placeholder{			color: #fff;}
.sbut{
	font-size: 20px;
	color: #fff;
}
.searchwapbtn,
.searchwapclose{
	display: none;
}
.toptel{
	color: #fff;
	font-size: 16px;
	line-height: 74px;
	position: relative;
	margin: 0 20px 0 0;
	width: 24px;
	line-height: 24px;
	/* text-align: center;
	border-radius: 50%;
	border: 1px solid #fff; */
}
.toptel i{
	font-size: 22px;
	display: block;
}
.lan{
	color: #fff;
	font-size: 16px;
	line-height: 74px;
	position: relative;
}
.lan::after{
	width: 0;
	height: 3px;
	background: #007ccb;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -14px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.lan i{
	font-size: 20px;
	margin: 0 8px 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.lan:hover::after{
	width: 100%;
	left: 0;
	opacity: 1;
}


.header1{
	background: rgba(255,255,255,.6);
}
.header1 .menu li a{
	color: #333;
}
.header1 .menu>li:hover>a,
.header1 .menu>li.this>a{
	font-weight: bold;
}
.header1 .stext::-webkit-input-placeholder{		color: #666;}
.header1 .stext::-moz-input-placeholder{		color: #666;}
.header1 .stext::-ms-input-placeholder{			color: #666;}
.header1 .stext::-o-input-placeholder{			color: #666;}


.header1 .stext,
.header1 .sbut,
.header1 .lan,
.header1 .toptel{
	color: #666;
}

.nheader{
	background: rgba(255,255,255,1);
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.nheader .logo{
	width: 260px;
}
.nheader .menu li,
.nheader .lan,
.nheader .toptel{
	line-height: 76px;
}

.homepage1 .pagination-homepage1{
	position: absolute;
	left: 0;
	bottom: 30px;
	text-align: center;
	z-index: 9;
	width: 100%;
	justify-content: center;
	align-items: flex-end;
}
.homepage1 .pagination-homepage1 .swiper-pagination-bullet{
	display: block;
	width: 60px;
	height: 4px;
	border-radius: 2px;
	margin: 0 10px;
	background: #fff;
	cursor: pointer;
	opacity: 1;
}
.homepage1 .pagination-homepage1 .swiper-pagination-bullet-active{
	opacity: 1;
	background: #007ccb;
}
.homepage1 .swiper-slide .banner_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 5s;
	-moz-transition: 	all 5s;
	-ms-transition: 	all 5s;
	-o-transition: 		all 5s;
	transition: 		all 5s;
}

.banner1 .text,
.banner2 .text,
.banner3 .textbg{
	z-index: 2;
	position: relative;
}
.banner1 .text img{
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

.homepage1 .swiper-slide-active .banner_bg{
	transform: scale(1.1);
}

.banner1 .text1{
	transform: translateY(200px);
	opacity: 0;
	margin: 0 auto;
	max-width: 94%;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
}
.banner1 .text2{
	margin: 15px auto 0 auto;
	transform: translateY(200px);
	opacity: 0;
	max-width: 94%;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: 0.3s;
}
.banner1.swiper-slide-active .text1,
.banner1.swiper-slide-active .text2{
	transform: translateY(0);
	opacity: 1;
}

.banner2 .text{
	font-size: 72px;
	line-height: 100px;
	color: #fff;
	font-weight: bold;
	text-shadow: 6px 6px 10px rgba(0, 0, 0, .6);
	transform: translateX(200px);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: 0.2s;
}
.banner2 .text::after{
	width: 100px;
	height: 6px;
	background-color: #fff;
	content: '';
	display: block;
	margin: 50px 0 0 0;
	display: none;
}
.banner2 .text3{
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 20px 0 0 0;
}
.banner2.swiper-slide-active .text{
	transform: translateX(0);
	opacity: 1;
}

.banner3 .textbg{
	width: 100%;
	background: rgba(0,0,0,.4);
	text-align: center;
	padding: 70px 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: 0.3s;
	opacity: 0;
}
.banner3 .textbg .text1{
	font-size: 64px;
	color: #fff;
	font-weight: bold;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: 0.2s;
	opacity: 0;
	transform: translateY(200px);
}
.banner3 .textbg .text2{
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: 0.3s;
	opacity: 0;
	transform: translateY(200px);
}
.banner3.swiper-slide-active .textbg,
.banner3.swiper-slide-active .textbg .text1,
.banner3.swiper-slide-active .textbg .text2{
	transform: translateY(0);
	opacity: 1;
}



.homepage2{
	align-items: stretch;
	background: #fefefe;
}
.homepage2 .about{
	background: url("../images/bg_homepage_2.jpg") center no-repeat;
	width: 50%;
}
.abouttext{
	width: 66%;
	margin: auto auto auto 16%;
	transform: translateX(-200px);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: .3s;
}
.homepage2.swiper-slide-active .abouttext{
	transform: translateX(0);
	opacity: 1;
}
.abouttitle h3{
	font-size: 56px;
	color: #ddd;
	line-height: 56px;
	margin: 60px 0 0 0;
}
.abouttitle h2{
	font-size: 36px;
	color: #222;
	line-height: 36px;
	margin: 18px 0 0 0;
}
.abouttext .text{
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin: 45px 0 0 0;
}
.abouttext .aboutlink{
	margin: 30px 0 0 0;
}
.abouttext .aboutlink a{
	width: 31.25%;
	text-align: center;
	background: #eee;
	padding: 40px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.abouttext .aboutlink a .iconfont{
	font-size: 50px;
	color: #007ccb;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.abouttext .aboutlink a p{
	font-size: 16px;
	margin: 10px 0 0 0;
}
.abouttext .aboutlink a:hover{
	color: #fff;
	background: #007ccb;
}
.abouttext .aboutlink a:hover .iconfont{
	color: #fff;
}
.abouttext .more{
	margin: 80px 0 0 0;
	display: block;
	width: 160px;
	line-height: 46px;
	text-align: center;
	background: #007ccb;
	color: #fff;
	font-size: 16px;
	border-radius: 23px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.abouttext .more:hover{
	border-radius: 0;
}
.homepage2 .pic{
	width: 50%;
	/* opacity: 0; */
/*	border-radius: 10px;*/
	/* -webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s; */
	/* transition-delay: .5s; */
}
.homepage2 .pic img{
	height: 100%;
}
.homepage2.swiper-slide-active .pic{
	/* opacity: 1; */
}

.homepage3{
	background: url("../images/bg_homepage_3.jpg") center no-repeat;
	background-size: cover;
}
.homepage3 .pro{
	width: 83%;
	margin: 0 auto;
}


.stitle{
	text-align: center;
}
.stitle h2{
	font-size: 36px;
	color: #222;
}
.stitle p{
	font-size: 16px;
	color: #666;
	margin: 5px 0 0 0;
}


.pro .stitle{
	margin: 90px 0 0 0;
	transform: translateY(200px);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: 0.2s;
}
.homepage3.swiper-slide-active .pro .stitle{
	transform: translateY(0);
	opacity: 1;
}

.homepage3 .proslide{
	transform: translateY(700px);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: 0.3s;
}
.homepage3.swiper-slide-active .proslide{
	transform: translateY(0);
	opacity: 1;
}

.proslide>li{
	width: 19.25%;
	height: 560px;
	position: relative;
	float: left;
	margin: 0 1.25% 0 0;
	padding: 60px 50px 35px 50px;
	box-sizing: border-box;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.proslide>li.this{
	width: 38.5%;
}
.proslide>li:last-child{
	margin: 0;
}

.proslide li .text{
	position: absolute;
	padding: 0 50px;
	left: 0;
	bottom: 35px;
	width: 100%;
	box-sizing: border-box;
}
.proslide li .text .protitle{
	font-size: 22px;
	font-weight: bold;
}
.proslide li .iconfont{
	font-size: 50px;
}
.proslide li .prolist{
	display: none;
	margin: 10px 0 0 0;
}
.proslide li .prolist li{
	display: block;
	line-height: 32px;
}
.proslide li .prolist li a{
	display: block;
	color: #fff;
}
.proslide li .text .more{
	color: #fff;
	width: 100%;
	padding: 20px 0 0 0;
	margin: 30px 0 0 0;
	border-top: 1px solid rgba(255,255,255,.5);
}
.proslide li .text .more i{
	font-size: 24px;
	transform: rotate(45deg);
}


.homepage4{
	background: url("../images/bg_homepage_4.jpg") center no-repeat;
	background-size: cover;
}
.homepage4 .equipment{
	width: 83%;
	margin: 90px auto 0 auto;
}

.equipment .stitle{
	transform: translateY(200px);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: 0.2s;
}
.equipment .stitle h2,
.equipment .stitle p{
	color: #fff;
}
.homepage4.swiper-slide-active .equipment .stitle{
	transform: translateY(0);
	opacity: 1;
}


.equipintro{
	margin: -80px 0 0 0;
}
.equipintro .picarea{
	width: 50%;
	justify-content: center;
	transform: translateX(-1000px);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: .3s;
}
.equipintro .equiptext{
	width: 42%;
	color: #fff;
	transform: translateX(1000px);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: .3s;
}
.equipintro .equiptext .equiptitle{
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.equipintro .equiptext .text{
	font-size: 16px;
	line-height: 28px;
}
.equipintro .equiptext .text p{
	margin: 0 0 15px 0;
}
.equipintro .equiptext .more{
	display: block;
	width: 160px;
	line-height: 44px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 23px;
	text-align: center;
	margin: 50px 0 0 0;
	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}
.equipintro .equiptext .more:hover{
	background: #fff;
	color: #00214d;
	border-radius: 0;
}

.homepage4.swiper-slide-active .equipintro .picarea,
.homepage4.swiper-slide-active .equipintro .equiptext{
	transform: translateX(0);
	opacity: 1;
}


.homepage5{
	background: #f2f2f2;
}
.homepage5 .news{
	width: 83%;
	margin: 0 auto;
}
.news .news_top{
	margin: 90px 0 0 0;
	align-items: flex-end;
}
.news .newscate{
	transform: translateX(600px);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: 0.2s;
}
.news .newscate li{
	width: 160px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 25px;
	margin: 0 0 0 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news .newscate li a{
	color: #666;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news .newscate li:hover{
	background: #0085ca;
	border-color: #0085ca;
}
.news .newscate li:hover a{
	color: #fff;
}
.homepage5 .news .stitle{
	text-align: left;
	transform: translateX(-600px);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: 0.2s;
}

.newslist li{
	justify-content: flex-start;
	width: 31.25%;
	opacity: 0;
	transform: translateY(700px);
	-webkit-transition: all .8s;
	-moz-transition: 	all .8s;
	-ms-transition: 	all .8s;
	-o-transition: 		all .8s;
	transition: 		all .8s;
}
.newslist li:nth-child(1){transition-delay: 0.3s;}
.newslist li:nth-child(2){transition-delay: 0.3s;}
.newslist li:nth-child(3){transition-delay: 0.3s;}
.newslist li a{
	display: block;
	padding: 10%;
	background: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newslist li .date{
	font-size: 36px;
	color: #111;
	font-family: "Arial";
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newslist li .newstitle{
	font-size: 20px;
	color: #111;
	font-weight: bold;
	margin: 30px 0 15px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newslist li .text{
	font-size: 16px;
	color: #999;
	line-height: 28px;
	margin: 0 0 30px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newslist li .more{
	font-size: 16px;
	color: #999;
	margin: 40px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newslist li:hover a{
	background: #013274;
}
.newslist li:hover *{
	color: #fff;
}
.newslist li:hover .pic img{
	transform: scale(1.1);
}


.homepage5.swiper-slide-active .news .stitle,
.homepage5.swiper-slide-active .news .newscate,
.homepage5.swiper-slide-active .news .newslist li{
	transform: translateX(0);
	transform: translateY(0);
	opacity: 1;
}


.homepage6{
	background: #00214d;
	color: #fff;
	position: relative;
}
.homepage6 .footer{
	width: 83%;
	margin: 0 auto;
	align-items: flex-start;
}
.footer .faddress{
	transform: translateX(-600px);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: 0.2s;
}
.footer .faddress li{
	display: block;
}
.footer .faddress li:nth-child(1){
	margin: 0 0 80px 0;
}
.footer .faddress li strong{
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
}
.footer .faddress li p{
	font-size: 16px;
	line-height: 30px;
	opacity: .7;
}
.footer .fmenu{
	align-items: flex-start;
	transform: translateY(600px);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: 0.2s;
}
.footer .fmenu ul{
	margin: 0 90px 0 0;
}
.footer .fmenu ul:last-child{
	margin: 0;
}
.footer .fmenu ul li{
	display: block;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}
.footer .fmenu ul li:first-child{
	margin: 0 0 20px 0;
}
.footer .fmenu ul li a{
	display: block;
	color: #fff;
	font-weight: normal;
}


.footer .fcontact{
	border-left: 1px solid rgba(255,255,255,.3);
	padding: 0 0 0 7%;
	transform: translateX(600px);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
	transition-delay: 0.2s;
}
.footer .fcontact .ewm{
	width: 160px;
	margin: 0 0 0 auto;
	text-align: center;
}
.footer .fcontact .ewm p{
	opacity: .7;
	letter-spacing: 4px;
	margin: 10px 0 0 0;
}
.footer .fcontact .text{
	font-size: 16px;
	line-height: 28px;
	text-align: right;
	opacity: .7;
	margin: 40px 0 0 0;
}


.cr{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid rgba(255,255,255,.3);
	line-height: 24px;
	padding: 28px 0;
	text-align: center;
	color: #fff;
	opacity: .7;
	font-size: 16px;
}
.cr a{
	color: #fff;
	font-size: 16px;
}


.homepage6.swiper-slide-active .footer .faddress,
.homepage6.swiper-slide-active .footer .fmenu,
.homepage6.swiper-slide-active .footer .fcontact{
	transform: translateX(0);
	transform: translateY(0);
	opacity: 1;
}


.bannerbg,
.listbanner,
.nbanner{
	height: 560px;
}


.bannerbg .text{
	text-align: center;
	color: #fff;
	width: 100%;
}
.bannerbg .text h3{
	font-size: 80px;
	line-height: 66px;
	opacity: .2;
	text-transform: uppercase;
	height: 32px;
	letter-spacing: 2px;
}
.bannerbg .text h2{
	font-size: 42px;
}


.nabout .aboutext{
	width: 50%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.nabout .pic{
	width: 50%;
}
.nabout>.container>.flex{
	align-items: stretch;
}

.nabout2{
	margin: 80px 0;
}
.nabout2 .aboutext{
	order: 2;
}
.nabout2 .pic{
	order: 1;
}

.nabout2 .aboutext,
.nabout3 .aboutext{
	background: #f4f4f4;
}
.nabout2 .aboutext .iconfont{
	position: absolute;
	font-size: 380px;
	opacity: .04;
	right: -20px;
	bottom: -120px;
}
.nabout3 .aboutext .iconfont{
	position: absolute;
	font-size: 350px;
	opacity: .04;
	right: 0;
	bottom: -50px;
}


.nabout1 .aboutext{
	padding: 0 8% 0 0;
}

.ntitle{
	font-size: 36px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.ntitle::after{
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: #007ccb;
	margin: 30px auto 0 auto;
}
.nabout1 .ntitle{
	text-align: left;
}
.nabout1 .ntitle::after{
	margin: 30px 0 0 0;
}
.nabout1 .text{
	margin: 60px 0 0 0;
	font-size: 18px;
	color: #666;
	line-height: 36px;
}
.nabout3 .aboutext,
.nabout2 .aboutext{
	padding: 0 0 0 7%;
}
.nabout3 .aboutext strong,
.nabout2 .aboutext strong{
	font-size: 30px;
	color: #333;
	margin: 0 0 30px 0;
	display: block;
}
.nabout3 .aboutext li,
.nabout2 .aboutext li{
	font-size: 18px;
	line-height: 36px;
	color: #666;
	padding: 0 0 0 20px;
	display: block;
	position: relative;
}
.nabout3 .aboutext li::before,
.nabout2 .aboutext li::before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #007ccb;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}


.nhonor{
	background: url("../images/bg_honor.jpg") center no-repeat;
	background-size: cover;
}
.nhonorslide{
	position: relative;
}
.nhonorslide li a{
	display: block;
	padding: 30px;
	background: #fff;
}
.nhonorslide li .pic{
	border: 4px solid #007ccb;
}
.nhonorslide li:hover .pic img{
	transform: scale(1.1);
}
.nhonorslide .swiper-button-prev-nhonor,
.nhonorslide .swiper-button-next-nhonor{
	font-size: 22px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #ddd;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}
.nhonorslide .swiper-button-prev-nhonor:hover,
.nhonorslide .swiper-button-next-nhonor:hover{
	background: #0085ca;
}
.nhonorslide .swiper-button-prev-nhonor{
	left: -70px;
	transform: rotate(180deg);
}
.nhonorslide .swiper-button-next-nhonor{
	right: -70px;
}



.nfooter{
	background: #00214d;
	color: #fff;
	position: relative;
}
.nfooter{
	padding: 80px 0 0 0;
}
.nfooter>.container{
	align-items: flex-start;
}
.nfooter .faddress,
.nfooter .fmenu,
.nfooter .fcontact{
	transform: translateX(0);
	transform: translateY(0);
	opacity: 1;
}
.nfooter .cr{
	position: relative;
	margin: 80px 0 0 0;
}



.ncontact .pic{
	width: 50%;
	position: relative;
}
.ncontact .pic .maparea{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.ncontact .pic .maparea .map{
	height: 100%;
	width: 100%;
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}
.ncontact .pic .maparea .map.show{
	opacity: 1;
	transform: scale(1);
}
.amap-icon img{
	width: auto !important;
	height: auto !important;
}
.ncontact .pic .maparea .viewmap{
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #fff;
	cursor: pointer;
}
.ncontact .pic .maparea .viewmap i{
	font-size: 20px;
}
.ncontact .pic .maparea .closemap{
	position: absolute;
	width: 60px;
	line-height: 60px;
	background-color: #eee;
	text-align: center;
	right: 0;
	top: 0;
	display: none;
	box-shadow: -6px 6px 12px 0 rgba(0,0,0,.2);
	cursor: pointer;
}
.ncontact .pic .maparea .closemap .iconfont{
	color: #333;
	font-size: 30px;
}
.ncontact .ncontacttext{
	width: 50%;
}

.ncontact>.container>.flex{
	align-items: stretch;
}

.ncontact2{
	margin: 60px 0 0 0;
}
.ncontact2 .pic{
	order: 2;
}
.ncontact2 .ncontacttext{
	order: 1;
}

.ncontact .ncontacttext{
	justify-content: center;
	background: #f4f4f4;
}
.ncontact .ncontacttext>div{
	width: 70%;
}
.ncontact .ncontacttext .ncontacttitle{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #ccc;
}
.ncontact .ncontacttext .text{
	font-size: 18px;
	line-height: 36px;
	color: #666;
}


.nnewscate{
	justify-content: flex-start;
}
.nnewscate li{
	display: block;
	width: 160px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 25px;
	margin: 0 30px 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewscate li a{
	color: #666;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewscate li.this,
.nnewscate li:hover{
	background: #007ccb;
	border-color: #007ccb;
}
.nnewscate li.this a,
.nnewscate li:hover a{
	color: #fff;
}

.nnewslist li{
	display: block;
}
.nnewslist li a{
	padding: 30px;
	border-top: 1px solid #eee;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewslist li .pic{
	width: 28%;
}
.nnewslist li .text{
	width: 62%;
	padding: 0 5% 0 0;
}
.nnewslist li .text strong{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 20px;
	color: #111;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewslist li .text p{
	font-size: 16px;
	color: #999;
	line-height: 28px;
	margin: 15px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewslist li .moreinfo{
	margin: 50px 0 0 0;
	font-size: 16px;
	color: #999;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewslist li:hover a{
	background: #013274;
}
.nnewslist li:hover *{
	color: #fff !important;
}
.nnewslist li:hover .pic img{
	transform: scale(1.1);
}


.nprocate>ul.flex{
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
.nprocate ul li{
	display: block;
	width: 20%;
	line-height: 56px;
	position: relative;
	background: #f5f5f5;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nprocate ul li a{
	display: block;
	font-size: 16px;
	color: #333;
	padding: 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nprocate ul li.firstclass{
	width: 14%;
	text-align: center;
	margin: 0 1.5% 20px 0;
}
.nprocate ul li.firstclass .iconfont{
	display: none;
}
.nprocate ul li.firstclass a{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	background: #007ccb;
	padding: 0 10px;
}
.nprocate ul.firstmenu{
	width: 84.5%;
	margin: 0 0 0 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	z-index: 4;
}
.nprocate ul.firstmenu li{
	width: 24%;
	margin: 0 1.333% 20px 0;
}
.nprocate ul.firstmenu li:nth-child(4n){
	margin: 0 0 20px 0;
}
.nprocate ul li .iconfont{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 56px;
	width: 56px;
	text-align: center;
	color: #cdcdcd;
	font-size: 14px;
	transform: rotate(90deg);
	z-index: 3;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nprocate ul ul li ul{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 56px;
	z-index: 3;
	box-shadow: 3px 3px 12px 0 rgba(0,0,0,.15);
	border: 1px solid #eee;
}
.nprocate ul ul.firstmenu li ul li{
	width: 100%;
	line-height: 50px;
	background: #fff;
	margin: 0;
}
.nprocate ul ul li a{
	font-size: 15px;
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nprocate ul ul li a:hover,
.nprocate ul ul li a.this{
	background: #007ccb;
	color: #fff;
}
.nprocate ul ul li a:hover+.iconfont,
.nprocate ul ul li a.this+.iconfont{
	color: #fff;
}
.nprocate ul li ul li a:hover{
	background: rgba(0,124,203,.1);
	color: #007ccb;
}
.nprocate>ul>li:hover{
	background: #007ccb;
}
.nprocate>ul>li:hover>.iconfont,
.nprocate>ul>li:hover>a{
	color: #fff;
}
.nprocate ul ul li ul li{
	margin: 0 !important;
}

.nprolist li{
	display: block;
	width: 32%;
	margin: 0 2% 3% 0;
	float: left;
}
.nprolist li:nth-child(3n){
	margin: 0 0 3% 0;
}
.nprolist li .pic{
	background: #f5f5f5;
}
.nprolist li:hover .pic img{
	transform: scale(1.1);
}
.nprolist li>a>p{
	font-size: 20px;
	color: #333;
	margin: 15px 0 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.nprolist li:nth-child(3n+1){
	clear: both;
}
.nprolist li .text{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 10px 0 0 0;
	opacity: .6;
}

.banner_pro .text{
	width: auto;
	text-align: left;
}
.banner_pro img{
	margin: 100px 0 0 0;
	max-width: 57%;
}


.relate{
	background: #f5f5f5;
}
.relatelist li{
	display: block;
	float: left;
	width: 24%;
	margin: 0 1.333% 0 0;
}
.relatelist li:nth-child(4n){
	margin: 0;
}
.relatelist li .pic{
	background: #fff;
}
.relatelist li p{
	margin: 10px 0 0 0;
	font-size: 16px;
	color: #333;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.nsolutioncate li{
	width: 24%;
	display: block;
	line-height: 56px;
	text-align: center;
}
.nsolutioncate li a{
	color: #333;
	background: #eee;
	font-size: 18px;
	justify-content: center;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nsolutioncate li .iconfont{
	color: #999;
	font-size: 26px;
	margin: 0 10px 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nsolutioncate li.this a,
.nsolutioncate li a:hover{
	background: #007ccb;
	color: #fff;
}
.nsolutioncate li.this a .iconfont,
.nsolutioncate li a:hover .iconfont{
	color: #fff;
}


.nsolution{
	background: #f9f9f9;
}
.nsolutionlist li{
	display: block;
	width: 49%;
	margin: 0 2% 2% 0;
	float: left;
	background: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nsolutionlist li:nth-child(2n){
	margin: 0 0 2% 0;
}
.nsolutionlist li .pic{
	width: 45.5%;
}
.nsolutionlist li .text{
	width: 54.5%;
	padding: 0 5% 0 0;
	box-sizing: border-box;
}
.nsolutionlist li .text strong{
	color: #111;
	font-size: 24px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display: block;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nsolutionlist li .text strong::before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #e8e8e8;
}
.nsolutionlist li .text strong::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background: #007ccb;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nsolutionlist li .text p{
	font-size: 14px;
	line-height: 26px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.nsolutionlist li .text .more{
	font-size: 14px;
	color: #666;
	margin: 20px 0 0 0;
}
.nsolutionlist li:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
}
.nsolutionlist li:hover strong{
	color: #007ccb;
}
.nsolutionlist li:hover .text strong::after{
	width: 100%;
}


.nsolution2 li{
	display: block;
}
.nsolution2 li:nth-child(2n){
	background: #f5f5f5;
}
.nsolution2 li .pic{
	width: 42%;
}
.nsolution2 li:nth-child(2n) .pic{
	order: 2;
}
.nsolution2 li .solutiontext{
	width: 50%;
}
.nsolution2 li:nth-child(2n) .solutiontext{
	order: 1;
}
.nsolution2 li .solutiontext .ntitle{
	font-size: 30px;
	text-align: left;
}
.nsolution2 li .solutiontext .ntitle::after{
	margin: 20px 0 0 0;
}
.nsolution2 li .solutiontext .text{
	font-size: 16px;
	line-height: 32px;
	color: #666;
	margin: 30px 0 0 0;
}
.nsolution2 li .solutiontext .more{
	font-size: 16px;
	color: #666;
	margin: 30px 0 0 0;
	display: block;
}

.bannerbg .text p{
	font-size: 24px;
	opacity: .5;
	text-transform: uppercase;
}

.nsolution_top{
	align-items: flex-start;
}
.nsolutionslide{
	width: 42%;
}

.nsolutionslidethumbs{
	padding: 0 44px;
	position: relative;
	margin: 17px 0 0 0;
}
.nsolutionslidethumbs .swiper-button-prev-nsolutionslidethumbs,
.nsolutionslidethumbs .swiper-button-next-nsolutionslidethumbs{
	width: 30px;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	text-align: center;
	cursor: pointer;
	justify-content: center;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nsolutionslidethumbs .swiper-button-prev-nsolutionslidethumbs .iconfont,
.nsolutionslidethumbs .swiper-button-next-nsolutionslidethumbs .iconfont{
	font-size: 24px;
	color: #666;
}
.nsolutionslidethumbs .swiper-button-prev-nsolutionslidethumbs{
	left: 0;
	transform: rotate(180deg);
}
.nsolutionslidethumbs .swiper-button-next-nsolutionslidethumbs{
	right: 0;
}
.nsolutionslidethumbs .swiper-button-prev-nsolutionslidethumbs:hover,
.nsolutionslidethumbs .swiper-button-next-nsolutionslidethumbs:hover{
	background: #007ccb;
	color: #fff;
}
.nsolutionslidethumbs .swiper-slide .pic{
	border: 2px solid #fff;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nsolutionslidethumbs .swiper-slide-thumb-active .pic{
	border: 2px solid #007ccb;
}


.nsolutionintro{
	width: 49%;
	margin: 50px 0 0 0;
}
.nsolutionintro .nsolutiontitle{
	font-size: 36px;
	color: #333;
	font-weight: bold;
}
.nsolutionintro .text{
	margin: 30px 0 0 0;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.nsolutionintro .phone{
	justify-content: flex-start;
	color: #222;
	margin: 90px 0 0 0;
	padding: 50px 0 0 0;
	border-top: 1px solid #ddd;
}
.nsolutionintro .phone .iconfont{
	font-size: 46px;
	color: #007ccb;
	margin: 0 15px 0 0;
}
.nsolutionintro .phone p{
	font-size: 16px;
}
.nsolutionintro .phone strong{
	font-size: 20px;
}

.nsolutiontexttabs{
	background: #f1f1f1;
	justify-content: flex-start;
}
.nsolutiontexttabs li{
	display: block;
	line-height: 52px;
	width: 180px;
	border-right: 1px solid #fff;
	text-align: center;
	cursor: pointer;
}
.nsolutiontexttabs li:hover,
.nsolutiontexttabs li.this{
	background: #007ccb;
	color: #fff;
}

.nsolutiontexttabsli{
	border: 1px solid #ddd;
	border-top: none;
}
.nsolutiontext{
	padding: 40px;
}



.npro_top{
	align-items: flex-start;
}
.nproslide{
	width: 42%;
}

.npropicslide{
	background: #f5f5f5;
}

.nproslidethumbs{
	padding: 0 44px;
	position: relative;
	margin: 17px 0 0 0;
}
.nproslidethumbs .swiper-button-prev-nproslidethumbs,
.nproslidethumbs .swiper-button-next-nproslidethumbs{
	width: 30px;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nproslidethumbs .swiper-button-prev-nproslidethumbs .iconfont,
.nproslidethumbs .swiper-button-next-nproslidethumbs .iconfont{
	font-size: 24px;
	color: #666;
}
.nproslidethumbs .swiper-button-prev-nproslidethumbs{
	left: 0;
	transform: rotate(180deg);
}
.nproslidethumbs .swiper-button-next-nproslidethumbs{
	right: 0;
}
.nproslidethumbs .swiper-button-prev-nproslidethumbs:hover,
.nproslidethumbs .swiper-button-next-nproslidethumbs:hover{
	background: #007ccb;
	color: #fff;
}
.nproslidethumbs .swiper-slide .pic{
	border: 2px solid #fff;
	cursor: pointer;
	background: #f5f5f5;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nproslidethumbs .swiper-slide-thumb-active .pic{
	border: 2px solid #007ccb;
}


.nprointro{
	width: 49%;
	margin: 50px 0 0 0;
}
.nprointro .nprotitle{
	font-size: 36px;
	color: #333;
	font-weight: bold;
}
.nprointro .text{
	margin: 30px 0 0 0;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.nprointro .otherinfo{
	margin: 50px 0 0 0;
	padding: 50px 0 0 0;
	border-top: 1px solid #ddd;
}
.nprointro .phone{
	justify-content: flex-start;
	color: #222;
}
.nprointro .phone .iconfont{
	font-size: 46px;
	color: #007ccb;
	margin: 0 15px 0 0;
}
.nprointro .phone p{
	font-size: 16px;
}
.nprointro .phone strong{
	font-size: 20px;
}

.nprointro .propagechange{
	line-height: 26px;
	color: #999;
	font-size: 14px;
}
.nprointro .propagechange a{
	color: #007ccb;
	font-size: 14px;
}

.nprotexttabs{
	background: #f1f1f1;
	justify-content: flex-start;
}
.nprotexttabs li{
	display: block;
	line-height: 52px;
	width: 180px;
	border-right: 1px solid #fff;
	text-align: center;
	cursor: pointer;
}
.nprotexttabs li:hover,
.nprotexttabs li.this{
	background: #007ccb;
	color: #fff;
}

.nprotexttabsli{
	border: 1px solid #ddd;
	border-top: none;
}
.nprotext{
	padding: 30px 0;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}




.menubar{
	position: absolute;
	top: 101px;
	width: 100%;
	left: 0;
	background: #fff;
	padding: 40px 0;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	display: none;
	box-sizing: border-box;
}
.header1 .menubar{
	top: 77px;
}
.menubar>.container{
	align-items: stretch;
	justify-content: space-between;
}
.menubar>.container li{
	display: block;
	line-height: 40px;
}
.menubar>.container li a{
	display: block;
	color: #333;
	margin: 0 15% 0 0;
}
.menubar>.container>ul{
	box-sizing: border-box;
	flex: auto;
}
.menubar>.container>ul>li:nth-child(1)>a{
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #666;
	margin: 0 15% 10px 0;
}
.menubar>.container a:hover{
	color: #007ccb;
}




.sp-loading{
	text-align: center;
}
.sp-loading img{
	width: 100%;
}
.sp-wrap{
	display: none;
	line-height: 0;
	font-size: 0;
	position: relative;
	width: 100%;
}
.sp-thumbs{
	margin: 20px 0 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.sp-thumbs a{
	width: 19%;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #dfdfdf;
	margin: 0 1.25% 1.25% 0;
	padding: 5px;
	background-size: 0;
	background: #f5f5f5;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.sp-thumbs a:nth-child(5n){
	margin: 0 0 1.25% 0;
}
.sp-thumbs a img{
    width: 100%;
	object-fit: cover;
	object-position: center;
	background: #f5f5f5;
}
.sp-thumbs a:hover{
	border: 1px solid #99a9b3;
}
.sp-thumbs a:active,
.sp-thumbs a.sp-current{
	border: 1px solid #99a9b3;
	position: relative;
}
.sp-large{
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	border: 1px solid #ccd4d9;
}
.sp-large a img{
	max-width: 100%;
	height: auto;
	background: #f5f5f5;
}
.sp-large a{
	display: block;
}
.sp-zoom{
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: move;
	display: none;
}
.sp-zoom img{
	background: #f5f5f5;
}
.sp-lightbox{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 500;
	display: none;
}
.sp-lightbox img{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	background: #f5f5f5;
}
#sp-prev, #sp-next{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
#sp-prev{
	left: 10px;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 10px;
}
#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}



.sidebar{
	position:absolute;
	z-index:999;
	top:40%;
}
.sidebar li{
	display: block;
	width: 56px;
	line-height: 56px;
	color: #fff;
	background-color: #007ccb;
	text-align: center;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #47a0da;
}
.sidebar li:last-child{
	border: none;
}
.sidebar li.toup{
	transform: rotate(-90deg);
}
.sidebar li .iconfont{
	font-size: 32px;
	color: #fff;
}
.sidebar li a{
	display: block;
	color: #fff;
	cursor: pointer;
}
.sidebar li .text{
	position: absolute;
	right: 56px;
	top: 0;
	background-color: #f5f5f5;
	color: #333;
	font-size: 22px;
}
.sidebar li .text h5{
	line-height: 56px;
	text-align: center;
	background-color: #1eb9ef;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px 0;
}
.sidebar li.dianhua .text{
	font-size: 22px;
	width: 200px;
	display: none;
	background-color: #1eb9ef;
}
.sidebar li.dianhua .text a{
	font-size: 22px;
	color: #fff;
}
.sidebar li.kefu .text{
	font-size: 22px;
	width: 200px;
	padding: 0 0 10px 0;
	display: none;
}
.sidebar li.kefu .text p{
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.sidebar li.kefu .text p:last-child{
	border: none;
}
.sidebar li.kefu .text .flex{
	display: flex;
	justify-content: flex-start;
	border: 1px solid #72c0e5;
	background-color: #b7e8fe;
	border-radius: 4px;
	line-height: 26px;
	margin: 0 20px 0 20px;
	padding: 0 20px;
	color: #333;
	font-size: 14px;
}
.sidebar li.kefu .text .flex i{
	width: 17px;
	height: 15px;
	display: block;
	background: url('../images/i-ai-1.png');
	background-size: cover;
	margin: 0 10px 0 0;
}
.sidebar li.fenxiang .text{
	font-size: 22px;
	width: 100px;
	display: none;
}
.sidebar li.fenxiang .text .iconfont{
	width: 50px;
	line-height: 50px;
	background-color: #1eb9ef;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto 10px auto;
}

.sidebar li.closesidebar{
	display: none;
}




